# Page Not Found

The URL `netnut-scraper-apis/serp-api/google-scraper/google-search/"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAZlBMVEXGLyTGLiPFLCHFKyDGLSLJOi/RVk3WamLTX1bMRDrHNCraeXLxzMn89fT++/v/9+Pj34uDknpnnqaXy0M7il5HdhX777+7cf3jUY1v02Nb45+bNSkDZdG3KPDLxzcrgj4nvw8AQO3lPAAAAj0lEQVR4AU1OAxIFMQwtUmNt3/+QH9VsBtETioUJpQQQKivjQkhVdm2s81XdGJz2tq5t1/XVQMIBRj/NDNOln3EAqLUa4D8yHQBE+IkHbFRAdK4aFedy2HZ4HYh0/qAhTTxjZqt+p0BOsaccYqquY1ejTzkQOtbKb5urygH2+1lX23GM8oXo89T47YUwju8vXY0GyidVv38AAAAASUVORK5CYII=/"` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Google Search](https://help.netnut.io/netnut-documentation/netnut-scraper-apis/serp-api/google-scraper/google-search.md)
- [Callback Mechanism](https://help.netnut.io/netnut-documentation/netnut-scraper-apis/serp-api/google-scraper/google-search/callback-mechanism.md)
- [Enhanced AIO (AI Overview)](https://help.netnut.io/netnut-documentation/netnut-scraper-apis/serp-api/google-scraper/google-search/enhanced-aio-ai-overview.md)
- [Localization](https://help.netnut.io/netnut-documentation/netnut-scraper-apis/serp-api/google-scraper/google-search/localization.md)
- [Google Scraper](https://help.netnut.io/netnut-documentation/netnut-scraper-apis/serp-api/google-scraper.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://help.netnut.io/netnut-documentation/netnut-scraper-apis/serp-api/google-scraper/google-search.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

### Option 2 — Browse the documentation index

Full index: https://help.netnut.io/netnut-documentation/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://help.netnut.io/netnut-documentation/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/netnut-documentation/netnut-scraper-apis/serp-api/google-scraper/google-search.md`).

You may also use `Accept: text/markdown` header for content negotiation.
